Package com.cisco.pt.ipc.sim.impl
Class FlowChartNodeImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.FlowChartNodeImpl
- All Implemented Interfaces:
IPCData,FlowChartNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetStrID()voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetDescription(String description) voidsetIsOSIIn(boolean isOSIIn) voidsetOSILayerNumber(int OSILayerNumber) voidMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
strID
-
description
-
isOSIIn
protected boolean isOSIIn -
OSILayerNumber
protected int OSILayerNumber
-
-
Constructor Details
-
FlowChartNodeImpl
public FlowChartNodeImpl()
-
-
Method Details
-
getStrID
- Specified by:
getStrIDin interfaceFlowChartNode- Returns:
- String Returns a String
-
setStrID
- Specified by:
setStrIDin interfaceFlowChartNode- Parameters:
strID- Takes in a parameter of strID
-
getDescription
- Specified by:
getDescriptionin interfaceFlowChartNode- Returns:
- String Returns a String
-
setDescription
- Specified by:
setDescriptionin interfaceFlowChartNode- Parameters:
description- Takes in a parameter of description
-
getIsOSIIn
public boolean getIsOSIIn()- Specified by:
getIsOSIInin interfaceFlowChartNode- Returns:
- boolean Returns a boolean
-
setIsOSIIn
public void setIsOSIIn(boolean isOSIIn) - Specified by:
setIsOSIInin interfaceFlowChartNode- Parameters:
isOSIIn- Takes in a parameter of isOSIIn
-
getOSILayerNumber
public int getOSILayerNumber()- Specified by:
getOSILayerNumberin interfaceFlowChartNode- Returns:
- int Returns a int
-
setOSILayerNumber
public void setOSILayerNumber(int OSILayerNumber) - Specified by:
setOSILayerNumberin interfaceFlowChartNode- Parameters:
OSILayerNumber- Takes in a parameter of OSILayerNumber
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-